func math/big.nlz
7 uses
math/big (current package)
arith.go#L59: func nlz(x Word) uint {
arith.go#L212: s := nlz(y)
arith.go#L272: u := uint(d1 << nlz(d1))
float.go#L581: s := nlz(m[len(m)-1])
int.go#L580: h := nlz(A.abs[n-1])
nat.go#L943: shift := nlz(v) + 1
natdiv.go#L587: shift := nlz(vIn[n-1])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)